home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Co-Cz / ConceptMaker.cpt / ConceptMaker / card_5685.txt < prev    next >
Text File  |  1990-12-13  |  10KB  |  362 lines

  1. -- card: 5685 from stack: in
  2. -- bmap block id: 6328
  3. -- flags: 0000
  4. -- background id: 4292
  5. -- name: introduction
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=0 top=89 right=342 bottom=416
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 16384
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 8004
  25. -- rect: left=307 top=26 right=48 bottom=510
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: CONCEPT  DIAGRAM EXAMPLE
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   go to card "CONCEPT.EX."
  37. end mouseUp
  38.  
  39.  
  40.  
  41. -- part 3 (button)
  42. -- low flags: 00
  43. -- high flags: 8004
  44. -- rect: left=307 top=58 right=80 bottom=510
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 0 / 0
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: FRIENDLY PARAGRAPH EXAMPLE
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   go to card "FR.PARA.EX."
  56. end mouseUp
  57.  
  58.  
  59.  
  60. -- part 4 (field)
  61. -- low flags: 01
  62. -- high flags: 0000
  63. -- rect: left=26 top=17 right=40 bottom=189
  64. -- title width / last selected line: 0
  65. -- icon id / first selected line: 0 / 0
  66. -- text alignment: 1
  67. -- font id: 3
  68. -- text size: 14
  69. -- style flags: 2304
  70. -- line height: 18
  71. -- part name: 
  72.  
  73.  
  74. -- part 7 (button)
  75. -- low flags: 00
  76. -- high flags: 8004
  77. -- rect: left=222 top=27 right=79 bottom=305
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 1015 / 1015
  80. -- text alignment: 1
  81. -- font id: 0
  82. -- text size: 12
  83. -- style flags: 0
  84. -- line height: 16
  85. -- part name: MAKE DIAGRAM
  86. ----- HyperTalk script -----
  87. on mouseUp
  88.   visual effect zoom open
  89.   go to card "MAKE DIAGRAM"
  90. end mouseUp
  91.  
  92.  
  93.  
  94.  
  95. -- part 8 (field)
  96. -- low flags: 01
  97. -- high flags: 0000
  98. -- rect: left=16 top=67 right=89 bottom=206
  99. -- title width / last selected line: 0
  100. -- icon id / first selected line: 0 / 0
  101. -- text alignment: 1
  102. -- font id: 3
  103. -- text size: 12
  104. -- style flags: 256
  105. -- line height: 16
  106. -- part name: 
  107.  
  108.  
  109. -- part 9 (field)
  110. -- low flags: 80
  111. -- high flags: 0007
  112. -- rect: left=7 top=147 right=322 bottom=207
  113. -- title width / last selected line: 0
  114. -- icon id / first selected line: 0 / 0
  115. -- text alignment: 0
  116. -- font id: 3
  117. -- text size: 12
  118. -- style flags: 0
  119. -- line height: 16
  120. -- part name: INDEX
  121. ----- HyperTalk script -----
  122. on openfield
  123.   go to card (selection)
  124. end openfield
  125.  
  126.  
  127. -- part 10 (field)
  128. -- low flags: 81
  129. -- high flags: 0004
  130. -- rect: left=14 top=105 right=140 bottom=196
  131. -- title width / last selected line: 0
  132. -- icon id / first selected line: 0 / 0
  133. -- text alignment: 1
  134. -- font id: 3
  135. -- text size: 12
  136. -- style flags: 256
  137. -- line height: 16
  138. -- part name: 
  139.  
  140.  
  141. -- part 12 (button)
  142. -- low flags: 80
  143. -- high flags: 8003
  144. -- rect: left=227 top=198 right=253 bottom=308
  145. -- title width / last selected line: 0
  146. -- icon id / first selected line: 27056 / 27056
  147. -- text alignment: 1
  148. -- font id: 0
  149. -- text size: 12
  150. -- style flags: 0
  151. -- line height: 16
  152. -- part name: UPDATE INDEX
  153. ----- HyperTalk script -----
  154. on mouseUp
  155.   put empty into card field "INDEX" of card "introduction"
  156.  
  157.   repeat with i = 1 to number of cards
  158.     put return after last line of card field "INDEX" of card "introduction"
  159.     put short name of card i after last line of card field "INDEX" of card "introduction"
  160.  
  161.  
  162.   end repeat
  163.  
  164. end mouseUp
  165.  
  166.  
  167.  
  168.  
  169. -- part 13 (button)
  170. -- low flags: 00
  171. -- high flags: 8004
  172. -- rect: left=417 top=195 right=241 bottom=495
  173. -- title width / last selected line: 0
  174. -- icon id / first selected line: 2388 / 2388
  175. -- text alignment: 1
  176. -- font id: 0
  177. -- text size: 12
  178. -- style flags: 0
  179. -- line height: 16
  180. -- part name: INFO / HELP
  181. ----- HyperTalk script -----
  182. on mouseUp
  183.  
  184.   set visible of card field id 14 to true
  185. end mouseUp
  186.  
  187.  
  188.  
  189. -- part 17 (field)
  190. -- low flags: 01
  191. -- high flags: 0004
  192. -- rect: left=416 top=260 right=296 bottom=498
  193. -- title width / last selected line: 0
  194. -- icon id / first selected line: 0 / 0
  195. -- text alignment: 1
  196. -- font id: 3
  197. -- text size: 12
  198. -- style flags: 256
  199. -- line height: 16
  200. -- part name: 
  201.  
  202.  
  203. -- part 18 (field)
  204. -- low flags: 81
  205. -- high flags: 0004
  206. -- rect: left=399 top=255 right=293 bottom=508
  207. -- title width / last selected line: 0
  208. -- icon id / first selected line: 0 / 0
  209. -- text alignment: 1
  210. -- font id: 3
  211. -- text size: 12
  212. -- style flags: 256
  213. -- line height: 16
  214. -- part name: 
  215.  
  216.  
  217. -- part 14 (field)
  218. -- low flags: 81
  219. -- high flags: 0007
  220. -- rect: left=5 top=25 right=338 bottom=511
  221. -- title width / last selected line: 0
  222. -- icon id / first selected line: 0 / 0
  223. -- text alignment: 0
  224. -- font id: 3
  225. -- text size: 12
  226. -- style flags: 0
  227. -- line height: 16
  228. -- part name: CREDITS/HELP
  229. ----- HyperTalk script -----
  230. on mouseUp
  231.   set scroll of card field id 14 to 1
  232.   set visible of card field id 14 to false
  233.  
  234. end mouseUp
  235.  
  236.  
  237.  
  238. -- part 16 (button)
  239. -- low flags: 00
  240. -- high flags: 0000
  241. -- rect: left=420 top=258 right=297 bottom=487
  242. -- title width / last selected line: 0
  243. -- icon id / first selected line: 0 / 0
  244. -- text alignment: 1
  245. -- font id: 0
  246. -- text size: 12
  247. -- style flags: 0
  248. -- line height: 16
  249. -- part name: table of contents
  250. ----- HyperTalk script -----
  251. on mouseUp
  252.   if visible of card field id 1 is true then
  253.  
  254.     set visible of card field id 10 to true
  255.     set visible of card field id 9 to true
  256.  
  257.     set visible of card button id 12 to true
  258.     set visible of card field id 1 to false
  259.     set visible of card field id 17 to false
  260.     set visible of card field id 18 to true
  261.   else
  262.     set visible of card field id 10 to false
  263.     set visible of card field id 9 to false
  264.  
  265.     set visible of card button id 12 to false
  266.     set visible of card field id 1 to true
  267.     set visible of card field id 17 to true
  268.     set visible of card field id 18 to false
  269.   end if
  270.  
  271. end mouseUp
  272.  
  273.  
  274.  
  275. -- part contents for card part 1
  276. ----- text -----
  277. "Concept Maker" makes visual aids for oral or written operations orders at any level of command. "Concept Maker" is best use to make a visual aid to reinforce the mission, intent, and concept of an operations order. This visual aid or "concept diagram" can also be designed to   communicate the friendly paragragh of an operations order.
  278.   Click "CONCEPT DIAGRAM EXAMPLE" or "FRIENDLY PARA-GRAPH EXAMPLE" to see an example card of a concept diagram. 
  279.   "Concept  Maker" has two templates to use to make concept diagrams. Both templates have a headquarters unit  and selected subunits. Template.4 has 4 subunits  and template.5 has 5 subunits.  
  280.   To make your concept diagram click "MAKE DIAGRAM" above.
  281.  
  282. -- part contents for card part 8
  283. ----- text -----
  284. INTRODUCTION
  285.  
  286. -- part contents for card part 10
  287. ----- text -----
  288. SELECT NAME OF CARD TO GO TO THAT CARD
  289.  
  290.  
  291. -- part contents for card part 4
  292. ----- text -----
  293. CONCEPT MAKER
  294.  
  295. -- part contents for card part 14
  296. ----- text -----
  297.         *CLICK ANYWHERE ON THIS FIELD TO RETURN TO INTRODUCTION*
  298.  
  299.                     ‚Ä¢                     ¬†‚Ä¢¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†‚Ä¢¬†¬†¬†¬†¬†¬†¬†¬†¬†‚Ä¢
  300.  
  301.     ConceptMaker was created by Randy McClure. If you like this stack please send a donation of $10 or more to:
  302.                              
  303.                                   RANDY McCLURE
  304.                                   110 DIAL STREET
  305.                                   FT BENNING , GA 31905
  306.  
  307.     Thank You and Good Luck !
  308.  
  309.                       ‚Ä¢                     ‚Ä¢                    ‚Ä¢                 ‚Ä¢
  310.                                                     HELP
  311.  
  312. MODIFYING ARROWS: 
  313.    To modify, add, or delete the arrows use the tool window of HYPERCARD. 
  314.      
  315. ‚Ä¢ Modify or delete the arrow(s) by selecting the "clear" pattern then using the PAINTBRUSH TOOL to paint over what you do not want seen. The diagram is drawn on the background of the card. If you modify the diagram while in the BACKGROUND MODE you will modify the diagram for all cards with the same background.
  316.  
  317. ‚Ä¢ To add an arrow use the LINETOOL of the tool window to draw additional arrows on the card you are modifying.
  318.  
  319. CHANGING UNIT SYMBOLS OR SIZES: 
  320.    All unit symbols and size designations are button icons. You can not modify these icons like you do a drawing. There are three methods to changing these icons on a selected concept diagram.
  321.  
  322. ‚Ä¢  Make a new card with the new icons on it. Do this by pressing the "MAKE DIAGRAM" button on the INTRODUCTION card and follow the directions. 
  323.  
  324. ‚Ä¢  Change the button icon. Go to the concept diagram card you want to change. Choose the BUTTON TOOL from the  tool window. Next, select the button with the icon you want to change. Remember, that each unit depicted has two buttons: one depicting the unit type and one depicting the unit size. Once you have DOUBLECLICKed the button, press the "ICON..." button in the button dialog box that appears on the screen. A selection of button icons  will appear that are available for this ConceptMaker stack. Select the icon you want and press the "OK" button. The concept diagram you are modifying will reappear on the screen. Next, select the browse tool to finish the button icon modification. 
  325.  
  326. ‚Ä¢ Use a resourse editor to create the icons that you want. Recommend you use RESEDIT. Make sure you use a backup of this stack when using RSEDIT.
  327.  
  328. CHANGING TEXT FIELD SIZES: 
  329.    The text fields on each concept diagram are background fields. If you change the  size or properties of these fields you will change that field on every card that has that field. 
  330.  
  331. ‚Ä¢ Make small changes to a concept diagram's text fields. Recommend you add card fields to the concept diagram you want change. Use the text FIELD TOOL to adjust the properties to what you want. Then choose the BROWSE TOOL to complete the changes. You can then type what you want on the card field  because it is on top any of the background field.
  332.  
  333. ‚Ä¢ Make major changes to a concept diagram's text field. Recommend you create a new background  and then copy or design what you want on to that background or card.
  334.  
  335.          *CLICK ANYWHERE ON THIS FIELD TO RETURN TO INTRODUCTION*
  336.  
  337.  
  338.  
  339.  
  340.  
  341. -- part contents for card part 17
  342. ----- text -----
  343. TABLE OF
  344. CONTENTS
  345.  
  346. -- part contents for card part 18
  347. ----- text -----
  348. GO TO
  349. INTRODUCTION
  350.  
  351.  
  352. -- part contents for card part 9
  353. ----- text -----
  354. introduction
  355. Make diagram
  356. TEMPLATE.4
  357. CONCEPT.EX.
  358. Select symbols
  359. two
  360. TEMPLATE.5
  361. FR.PARA.EX.
  362.